home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PASCAL / 0195.ZIP / KEYCHART.DAT < prev    next >
Text File  |  1984-10-28  |  2KB  |  29 lines

  1. {%%%%%%%%%%%%%%%%%%% copyright 1984 by Neil J. Rubenking %%%%%%%%%%%%%%%%%%%
  2.  
  3. If a key other than a standard ASCII key is pressed, the procedure GETKEYS
  4. returns an "escape" (chr(27)) and a second character.  Use this chart to get
  5. the meaning of that second character.
  6.  
  7. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%}
  8.  
  9.   ctrl shft alt reg         reg  alt shft ctrl              keypad--reg.
  10.                     ╔══╦══╗                                ╔═══╦═══╦═══╗
  11.    ^    T    h   ;  ║F1║F2║  <    i    U    _              ║ G ║ H ║ I ║
  12.                     ╠══╬══╣                                ╠═══╬═══╬═══╣
  13.    `    V    j   =  ║F3║F4║  >    k    W    a              ║ K ║   ║ M ║
  14.                     ╠══╬══╣                                ╠═══╬═══╬═══╣
  15.    b    X    l   ?  ║F5║F6║  @    m    Y    c              ║ O ║ P ║ Q ║
  16.                     ╠══╬══╣                            ╔═══╩═══╬═══╩═══╣
  17.    d    Z    n   A  ║F7║F8║  B    o    [    e          ║   R   ║   S   ║
  18.                     ╠══╬══╣                            ╚═══════╩═══════╝
  19.    f    \    p   C  ║F9║F0║  D    q    ]    g
  20.                     ╚══╩══╝                             keypad--ctrl.
  21.                                                             ╔═══╦═══╦═══╗
  22.                                                             ║ w ║   ║ ä ║
  23.                                                             ╠═══╬═══╬═══╣
  24.                                                             ║ s ║   ║ t ║
  25.                                                             ╠═══╬═══╬═══╣
  26.                                                             ║ u ║   ║ v ║
  27.                                                             ╚═══╩═══╩═══╝
  28.  
  29.